home *** CD-ROM | disk | FTP | other *** search
- Path: jaring.my!usenet
- From: Lokman Merican <lokmanm@pc.jaring.my>
- Newsgroups: comp.unix.programmer,comp.lang.c,comp.unix.internals
- Subject: Re: C compiler Error on EXEC SQL
- Date: 19 Apr 1996 02:21:45 GMT
- Organization: Unconfigured
- Message-ID: <4l6tbp$g2c@jaring.my>
- References: <4kkej2$3ta@news.cc.utah.edu>
- NNTP-Posting-Host: j3.brf3.jaring.my
-
- The EXEC SQL sections are used to allow your program to interact with
- an SQL database using standard SQL statements like SELECT and INSERT.
-
- Such programs are usually precompiled by an SQL precompiler (to produce
- a .c file) then fed into a regular c compiler for the final executable code.
-
- As Gil has pointed out, you'll probably need to look for a make file
- (or batch file) to actually do all this.
-
-
-
- Lokman
-
-
-